Html Css Color HEX #383FFE Neon Blue

📋 copy color: '#383FFE'

red 56 ◦ green 63 ◦ blue 254

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

Shades of Neon Blue #383FFE

Tints of Neon Blue #383FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.89%

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

R = 15.01%
G = 16.89%
B = 68.1%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#383FFE (or 0x383FFE) is known color: Neon Blue. HEX triplet: 38, 3F and FE. RGB value is (56,63,254). Sum of RGB (Red+Green+Blue) = 56+63+254=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #383FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FFE is #C7C001. Grayscale: #515151. Windows color (decimal): -13090818 or 16662328. OLE color: 16662328.

HSL color Cylindrical-coordinate representation of color #383FFE: hue angle of 237.88º 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 #383FFE is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 63 254 -
CMYK 0.78 0.75 0 0.00
HSL 237.88º 0.99% 0.61% -
HSV(B) 237.88º 0.78% 1% -
XYZ 21.3 11.55 94.87 -
YUV 82.68 224.68 108.97 -
System Red Green Blue C M Y K H S L
Decimal 56 63 254 0.78 0.75 0 0.00 237.88 0.99 0.61
Hex 38 3F FE 4E 4B 0 0 EE 63 3D
Octal 70 77 376 116 113 0 0 356 143 75
Binary 111000 111111 11111110 1001110 1001011 0 0 11101110 1100011 111101

Color Harmonies of #383FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FFE

Black with #383FFE

Text Example


Text Example

White with #383FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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