Html Css Color HEX #383CFE Neon Blue

📋 copy color: '#383CFE'

red 56 ◦ green 60 ◦ blue 254

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

Shades of Neon Blue #383CFE

Tints of Neon Blue #383CFE

RGB

 RED value IS 56 (22.27% from 255) = 15.14%

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

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

R = 15.14%
G = 16.22%
B = 68.65%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#383CFE (or 0x383CFE) is known color: Neon Blue. HEX triplet: 38, 3C and FE. RGB value is (56,60,254). Sum of RGB (Red+Green+Blue) = 56+60+254=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #383CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CFE is #C7C301. Grayscale: #505050. Windows color (decimal): -13091586 or 16661560. OLE color: 16661560.

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

Color convert

RGB 56 60 254 -
CMYK 0.78 0.76 0 0.00
HSL 238.79º 0.99% 0.61% -
HSV(B) 238.79º 0.78% 1% -
XYZ 21.14 11.23 94.82 -
YUV 80.92 225.67 110.23 -
System Red Green Blue C M Y K H S L
Decimal 56 60 254 0.78 0.76 0 0.00 238.79 0.99 0.61
Hex 38 3C FE 4E 4C 0 0 EF 63 3D
Octal 70 74 376 116 114 0 0 357 143 75
Binary 111000 111100 11111110 1001110 1001100 0 0 11101111 1100011 111101

Color Harmonies of #383CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CFE

Black with #383CFE

Text Example


Text Example

White with #383CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383CFE; }

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

 H1.HeaderClassName
 {
   color: #383CFE;
 }
 .AnyTagClassName
 {
   color: #383CFE;
 }
</style>

background-color css

<style>
 a { background-color: #383CFE; }

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

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

border-color css

<style>
 span { border-color: #383CFE; }

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

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