Html Css Color HEX #184CFD Neon Blue

📋 copy color: '#184CFD'

red 24 ◦ green 76 ◦ blue 253

#184CFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #184CFD

Tints of Neon Blue #184CFD

RGB

 RED value IS 24 (9.77% from 255) = 6.8%

 GREEN value IS 76 (30.08% from 255) = 21.53%

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 6.8%
G = 21.53%
B = 71.67%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#184CFD (or 0x184CFD) is known color: Neon Blue. HEX triplet: 18, 4C and FD. RGB value is (24,76,253). Sum of RGB (Red+Green+Blue) = 24+76+253=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #184CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184CFD is #E7B302. Grayscale: #4F4F4F. Windows color (decimal): -15184643 or 16600088. OLE color: 16600088.

HSL color Cylindrical-coordinate representation of color #184CFD: hue angle of 226.38º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #184CFD is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 76 253 -
CMYK 0.91 0.70 0 0.01
HSL 226.38º 0.98% 0.54% -
HSV(B) 226.38º 0.91% 0.99% -
XYZ 20.69 12.45 94.24 -
YUV 80.63 225.27 87.61 -
System Red Green Blue C M Y K H S L
Decimal 24 76 253 0.91 0.70 0 0.01 226.38 0.98 0.54
Hex 18 4C FD 5B 46 0 1 E2 62 36
Octal 30 114 375 133 106 0 1 342 142 66
Binary 11000 1001100 11111101 1011011 1000110 0 1 11100010 1100010 110110

Color Harmonies of #184CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184CFD

Black with #184CFD

Text Example


Text Example

White with #184CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184CFD; }

 p { color: rgb(24,76,253); }

 H1.HeaderClassName
 {
   color: #184CFD;
 }
 .AnyTagClassName
 {
   color: #184CFD;
 }
</style>

background-color css

<style>
 a { background-color: #184CFD; }

 a { background-color: rgb(24,76,253); }

 div.DivClassName
 {
   background-color: #184CFD;
 }
 .BgClassName
 {
   background-color: #184CFD;
 }
</style>

border-color css

<style>
 span { border-color: #184CFD; }

 span { border-color: rgb(24,76,253); }

 td.TdClassName
 {
   border-color: #184CFD;
 }
 .TagClassName
 {
   border-color: #184CFD;
 }
</style>