Html Css Color HEX #1F3CFE Neon Blue

📋 copy color: '#1F3CFE'

red 31 ◦ green 60 ◦ blue 254

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

Shades of Neon Blue #1F3CFE

Tints of Neon Blue #1F3CFE

RGB

 RED value IS 31 (12.5% from 255) = 8.99%

 GREEN value IS 60 (23.83% from 255) = 17.39%

 BLUE value IS 254 (99.61% from 255) = 73.62%

R = 8.99%
G = 17.39%
B = 73.62%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1F3CFE (or 0x1F3CFE) is known color: Neon Blue. HEX triplet: 1F, 3C and FE. RGB value is (31,60,254). Sum of RGB (Red+Green+Blue) = 31+60+254=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F3CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3CFE is #E0C301. Grayscale: #484848. Windows color (decimal): -14729986 or 16661535. OLE color: 16661535.

HSL color Cylindrical-coordinate representation of color #1F3CFE: hue angle of 232.2º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F3CFE is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 31 60 254 -
CMYK 0.88 0.76 0 0.00
HSL 232.2º 0.99% 0.56% -
HSV(B) 232.2º 0.88% 1% -
XYZ 20.07 10.68 94.77 -
YUV 73.45 229.89 97.73 -
System Red Green Blue C M Y K H S L
Decimal 31 60 254 0.88 0.76 0 0.00 232.2 0.99 0.56
Hex 1F 3C FE 58 4C 0 0 E8 63 38
Octal 37 74 376 130 114 0 0 350 143 70
Binary 11111 111100 11111110 1011000 1001100 0 0 11101000 1100011 111000

Color Harmonies of #1F3CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3CFE

Black with #1F3CFE

Text Example


Text Example

White with #1F3CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F3CFE; }

 p { color: rgb(31,60,254); }

 H1.HeaderClassName
 {
   color: #1F3CFE;
 }
 .AnyTagClassName
 {
   color: #1F3CFE;
 }
</style>

background-color css

<style>
 a { background-color: #1F3CFE; }

 a { background-color: rgb(31,60,254); }

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

border-color css

<style>
 span { border-color: #1F3CFE; }

 span { border-color: rgb(31,60,254); }

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