Html Css Color HEX #1240FB Neon Blue

📋 copy color: '#1240FB'

red 18 ◦ green 64 ◦ blue 251

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

Shades of Neon Blue #1240FB

Tints of Neon Blue #1240FB

RGB

 RED value IS 18 (7.42% from 255) = 5.41%

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 251 (98.44% from 255) = 75.38%

R = 5.41%
G = 19.22%
B = 75.38%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1240FB (or 0x1240FB) is known color: Neon Blue. HEX triplet: 12, 40 and FB. RGB value is (18,64,251). Sum of RGB (Red+Green+Blue) = 18+64+251=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #1240FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1240FB is #EDBF04. Grayscale: #464646. Windows color (decimal): -15580933 or 16465938. OLE color: 16465938.

HSL color Cylindrical-coordinate representation of color #1240FB: hue angle of 228.15º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1240FB is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 64 251 -
CMYK 0.93 0.75 0 0.02
HSL 228.15º 0.97% 0.53% -
HSV(B) 228.15º 0.93% 0.98% -
XYZ 19.5 10.76 92.32 -
YUV 71.56 229.26 89.79 -
System Red Green Blue C M Y K H S L
Decimal 18 64 251 0.93 0.75 0 0.02 228.15 0.97 0.53
Hex 12 40 FB 5D 4B 0 2 E4 61 35
Octal 22 100 373 135 113 0 2 344 141 65
Binary 10010 1000000 11111011 1011101 1001011 0 10 11100100 1100001 110101

Color Harmonies of #1240FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240FB

Black with #1240FB

Text Example


Text Example

White with #1240FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1240FB; }

 p { color: rgb(18,64,251); }

 H1.HeaderClassName
 {
   color: #1240FB;
 }
 .AnyTagClassName
 {
   color: #1240FB;
 }
</style>

background-color css

<style>
 a { background-color: #1240FB; }

 a { background-color: rgb(18,64,251); }

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

border-color css

<style>
 span { border-color: #1240FB; }

 span { border-color: rgb(18,64,251); }

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